home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-13 / sw25.zip / SW.HL5 < prev    next >
Text File  |  1990-08-21  |  3KB  |  64 lines

  1.                                                       - Page  1 -
  2.  
  3.        @$84                PRINT OPTIONS is used to activate the
  4.                            printer options and setup menu.  The menu
  5.                            contains options for Normal Print and page
  6.                            range, Column Print and corresponding page
  7.                            range, Printer Setup, and the number of
  8.                            copies to print.
  9.  
  10.        DOT COMMANDS        Dot Commands are used to control the
  11.                            effects and appearance of printed
  12.                            documents.  A Dot Command must start in
  13.                            the first column of a line and be the only
  14.                            text on that line.  In the descriptions
  15.                            below, variable "n" represents the
  16.                            assigned value and variable "x" represents
  17.                            the toggle character or symbol associated
  18.                            with the commands.
  19.  
  20.  
  21.  
  22.                                                       - Page  2 -
  23.  
  24.                   .OP       Omit page numbering
  25.                   .PN       Enable page numbering
  26.                   .PA       Eject page
  27.                   .PN n     Set current page number
  28.                   .TM n     Set top margin
  29.                   .BM n     Set bottom margin
  30.                   .LM n     Set printed left margin
  31.  
  32.                   .CB=x     Set Boldface toggle character
  33.                   .CI=x     Set Italics toggle character
  34.                   .CQ=x     Set Letter Quality toggle character
  35.                   .CD=x     Set Doublewidth toggle character
  36.                   .CU=x     Set Underscore toggle character
  37.                   .CHS=x    Set Superscript toggle character
  38.                   .CLS=x    Set Subscript toggle character
  39.                   .FON1=x   Set Font 1 toggle character
  40.                   .FON2=x   Set Font 2 toggle character
  41.                   .FON3=x   Set Font 3 toggle character
  42.  
  43.                                                       - Page  3 -
  44.  
  45.          When a toggle character is encountered in the text, its
  46.          corresponding printer effect is thereby initiated.  The
  47.          effect remains active until the second occurrence of the
  48.          character.
  49.  
  50.          All printer effect toggle characters may be permanently set
  51.          using the Printer Setup command of PRINTING OPTIONS menu.
  52.          By setting the characters permanently, you need not type the
  53.          printer effect dot command in the body of the text; merely
  54.          use the preset toggle character to surround the target text.
  55.          If you wish to use a preset character as text in your
  56.          document, you may override the permanent setup by utilizing
  57.          a dot command and assigning a different character to the
  58.          effect.
  59.  
  60.  
  61.  
  62.  
  63. ******************************************************************************
  64.